home *** CD-ROM | disk | FTP | other *** search
- rem Copyright (c) PhoneLink Data plc
- rem EICON (10/8/95)
- label InitDevice
- echo off
- echo script[55]
- send "char(16)char(13)"
- timeout 5,pad_fail
- find "PAD>"
- send "set 1:1,2:0,3:2,4:1,5:1,15:0char(13)"
- timeout 5,pad_set_fail
- find "PAD>"
- label OffToGate
- echo off
- echo script[51]
- send "char(16)char(13)"
- timeout 5,pad_fail
- find "PAD>"
- echo script[53]
- send "{NUA}char(13)"
- timeout 5,nua_fail
- finderr 0,COM,nua_good
- find "ZZZ"
- label nua_good
- echo script[54]
- end
-
- label GateToOff
- echo off
- send "char(16)CLRchar(13)"
- echo script[92]
- timeout 5,clear_fail
- finderr 0,CLR ERR,error_clear
- finderr 0,CLR PAD,pad_clear
- find "CLR CONF"
- echo script[99].
- end
-
- label pad_fail
- echo script[4]
- abort
-
- label pad_set_fail
- echo script[5]
- abort
-
- label nua_fail
- echo script[22]
- abort
-
- label clear_fail
- echo script[13]
- abort
-
- label error_clear
- echo script[10]
- abort
-
- label pad_clear
- echo script[11]
- abort
-